home
***
CD-ROM
|
disk
|
other
***
search
/
SGI Hot Mix 8
/
Hot Mix 8.iso
/
.all
/
demos
/
Lightscape
/
install_LVS
(
.txt
)
next >
Wrap
Text File
|
1994-06-22
|
242b
|
12 lines
#!/bin/csh -f
# Takes two arguments:
# First is directory of tar file.
# Second is the installation directory.
/bin/mkdir $2
/bin/chmod 777 $2
cd $2
#/usr/bsd/zcat $1/LVS.tar | /bin/tar xof -
/usr/bsd/uncompress $1/LVS.tar | /bin/tar xof -